home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Games / MAME / src / msdos / monitors.h < prev    next >
Text File  |  1999-06-04  |  157b  |  7 lines

  1. /* supported monitor types */
  2. #define MONITOR_TYPE_STANDARD    0
  3. #define MONITOR_TYPE_NTSC        1
  4. #define MONITOR_TYPE_PAL        2
  5. #define MONITOR_TYPE_ARCADE        3
  6.  
  7.